home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10045 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  40 lines

  1. Newsgroups: comp.sys.hp.hpux,comp.lang.c
  2. Path: phcoms4.seri.philips.nl!panther!baynes
  3. From: baynes@ukpsshp1.serigate.philips.nl (Stephen Baynes)
  4. Subject: Re: RFI: meaning of -Ae option of HP-UX's c89(1)
  5. Sender: news@ukpsshp1.serigate.philips.nl (account for localnews)
  6. Message-ID: <DoAv2v.74p@ukpsshp1.serigate.philips.nl>
  7. Date: Fri, 15 Mar 1996 08:18:30 GMT
  8. Distribution: na
  9. References: <steve.826731720@buddy.unidata.ucar.edu>
  10. Organization: Philips Semiconductors, Southampton, UK
  11. X-Newsreader: TIN [version 1.2 PL2]
  12. Followup-To: comp.sys.hp.hpux,comp.lang.c
  13.  
  14.  
  15. Note inappropriate cross posting to comp.std.c removed.
  16.  
  17. Steve Emmerson (steve@unidata.ucar.edu) wrote:
  18. : Hi,
  19.  
  20. : If you know the meaning of the `-Ae' option of HP-UX's c89(1) compiler,
  21. : I would appreciate hearing from you.  This option isn't documented in
  22. : the manual page.
  23.  
  24. : Here's my system:
  25.  
  26. :     HP-UX xxxxx A.09.05 A 9000/715 2010262449 two-user license
  27.  
  28. c89 does not recognize the -Ae option. However cc does. It means
  29. enable some HP-UX specific extensions to the compiler. These are
  30. to define _HPUX_SOURCE to see all HPUX supported functions and to
  31. add some language extensions. They only one I can remember is 'short enum'.
  32. Judging by the fact it is not documented in the latest man pages makes me
  33. think it is an option for which support is being removed.
  34.  
  35. --
  36. Stephen Baynes                              baynes@ukpsshp1.serigate.philips.nl
  37. Philips Semiconductors Ltd
  38. Southampton                                 My views are my own.
  39. United Kingdom
  40.